From 427aa35a107e1eb9cfd734ee9f51821f08f259b5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 21 Mar 1993 22:58:10 +0000 Subject: [PATCH] (HAVE_TERMIO, SIGNALS_VIA_CHARACTERS): Defined. --- src/s/dgux.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/s/dgux.h b/src/s/dgux.h index f42a2a83d79..437e1106f78 100644 --- a/src/s/dgux.h +++ b/src/s/dgux.h @@ -218,7 +218,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ * seem to wait for the output to drain properly, so use System V. */ -/* #define HAVE_TERMIO */ +#define HAVE_TERMIO +#define SIGNALS_VIA_CHARACTERS /* * DG/UX 4.10 needs the following to turn on berkeley ioctl's. -- 2.30.2